projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90721f2
)
make travis script check whether utf8proc_data.c generation has changed
author
Steven G. Johnson
<stevenj@mit.edu>
Fri, 6 Mar 2015 22:39:15 +0000
(17:39 -0500)
committer
Steven G. Johnson
<stevenj@mit.edu>
Fri, 6 Mar 2015 22:39:15 +0000
(17:39 -0500)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index fbcf48312367a5d9248498605e697ca58f215920..1f2780a04b5e5c17aa92f1d23d4ecfbf28255368 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-5,4
+5,5
@@
compiler:
notifications:
email: false
script:
- - make && make check
\ No newline at end of file
+ - make && make check
+ - make utf8proc_data.c.new && (diff utf8proc_data.c.new utf8proc_data.c > /dev/null)